PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFRoleMap Class / put Method
Name of custom structure type.
The predefined structure type.
In This Topic
    put Method
    In This Topic
    Maps a custom structure type to a predefined structure type.
    Syntax
    public void put( 
       java.lang.String customStructureType,
       java.lang.String predefinedStructureType
    )

    Parameters

    customStructureType
    Name of custom structure type.
    predefinedStructureType
    The predefined structure type.
    Exceptions
    ExceptionDescription
    When customStructureType is null.
    See Also